home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / wvnsrc75.zip / ANNOUNCE.2 next >
Text File  |  1993-02-08  |  2KB  |  61 lines

  1.  
  2. I'm distributing everything as .zip files now, the self-extracting
  3. files can be a pain for someone who wants to unarchive the code
  4. somewhere other than a DOS machine.
  5.  
  6. Sources:
  7.  
  8. WINVNSRC075.ZIP is the latest source distribution, which includes
  9. stuff for both Pathworks4.1/Lanman2.1a and WINSOCK.  There are two
  10. batch files, pwk2std.bat, and std2pwk.bat, which will copy files into
  11. a configuration where the two can be rebuilt.
  12.  
  13. As shipped, the files are set up for Pathworks/Lanman.
  14.  
  15. To rebuild for WINSOCK:
  16.  
  17. d:\> pwk2std.bat
  18. d:\> nmake
  19.  
  20.  
  21. To build for PW/LM:
  22.  
  23. d:\> nmake
  24.  
  25.  
  26. Documentation:
  27.  
  28. WINVN.DOC
  29. WINVN.PSZ
  30.  
  31. These files contain MS Word and (compressed) PS for a user manual
  32. written by Jim Dumoulin (dumoulin@titan.ksc.nasa.gov).  (the PS file
  33. does not contain the nasty little Ctrl-D's)
  34.  
  35.  
  36.  
  37. Binaries:
  38.  
  39. WINVNPWK075.ZIP is an executable for Pathworks/Lanman that expects to
  40. find WSOCKETS.DLL.
  41.  
  42. WINVNSTD075.ZIP contains (what should be) a WINSOCK executable.  This
  43. one calls the WSAStartup() and WSACleanup() functions, so it should
  44. work with FTP Inc.'s WINSOCK, too.  If this does not work, please let
  45. me know because *** I cannot test a 16 bit WINSOCK Application ***.  I
  46. would like to know that this works!
  47.  
  48. WINVNNT075.ZIP contains an NT executable for the October Beta Release.
  49. This is a 32bit app.  There are bugs in this, but it seems to be
  50. basically useable.  You'll need to set the WINVN environment variable
  51. (yes, it should use the registry).  To do this, go to the control
  52. panel, pick 'System', and add a user environment variable that will
  53. point to your NEWSRC & WINVN.INI files.  Each user should have their
  54. own copy of both files.
  55.  
  56. WINVNNTSRC075.ZIP is the source set for building on NT.  Just type
  57. 'nmake'.  There were changes to both sources and makefiles that would
  58. be too messy to justify having a single source release with the 16 bit
  59. winvn.
  60.  
  61.